Skip to content

Dev#101

Merged
zTgx merged 3 commits intomainfrom
dev
Apr 21, 2026
Merged

Dev#101
zTgx merged 3 commits intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Contributor

@zTgx zTgx commented Apr 21, 2026

Summary

Changes

Checklist

  • Code compiles (cargo build)
  • Tests pass (cargo test --lib --all-features)
  • No new clippy warnings (cargo clippy --all-features)
  • Public APIs have documentation comments
  • Python bindings updated (if Rust API changed)

Notes

zTgx added 3 commits April 21, 2026 17:19
- Add comprehensive roadmap document outlining project phases A1-A6
  focusing on structured document retrieval capabilities
- Include detailed RFC for document router layer addressing large-scale
  retrieval challenges with 1000+ document workspaces
- Define routing strategy combining BM25, keyword overlap, and graph
  boosting for coarse filtering before orchestrator analysis
- Specify module structure and integration points for router
  implementation in Rust backend
- Add RFC category to documentation sidebar for improved navigation
- Add LangChain and LlamaIndex compatibility modules with retriever
  implementations
- Introduce high-level Session API as primary interface replacing Engine
- Add comprehensive test suite for configuration, events, and type
  wrappers with shared fixtures
- Implement batch indexing support in CLI with directory traversal
- Add interactive REPL with document targeting, stats tracking,
  and navigation commands
- Update pyproject.toml with new dependencies and optional extras
  for different integration frameworks
- Refactor CLI commands to use Session-based workflow instead of
  low-level Engine operations
- add Font Awesome stylesheet for icon support
- add Python and Rust SDK links to navigation bar
- remove examples link from navigation bar
- update color scheme from amber to rose with new primary colors
  (#AF788B for light mode, #C9A0AE for dark mode)
- adjust navbar padding and layout for better alignment
- remove footer configuration and related CSS
- implement new hero banner design with rose color scheme
- create responsive layout with flex-based positioning
- add feature pills and principles card to homepage
- update syntax highlighting colors for better contrast
- add prevent-scroll functionality for homepage hero section
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vectorless Ready Ready Preview, Comment Apr 21, 2026 0:38am

@zTgx zTgx merged commit c859c62 into main Apr 21, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant